home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Exec 5 / CD_Magazyn_EXEC_nr_5.iso / eXec / Krotkie opisy / Programy / XADMaster / xad_bzip.readme < prev    next >
Text File  |  2001-02-18  |  2KB  |  45 lines

  1. Short:    Bzip xadmaster client
  2. Author:   Kyzer/CSG <kyzer@4u.net>, Julian Seward
  3. Uploader: Kyzer/CSG <kyzer@4u.net>
  4. Type:     dev/src
  5. Requires: util/arc/xadmaster.lha
  6.  
  7. --- About this archive ---
  8.  
  9. This archive contains 68000, 68020 and 68040 optimised versions of the
  10. bzip client for Dirk Stoecker's XAD system - util/arc/xadmaster.lha - and
  11. also includes the source code to this client.
  12.  
  13. To install, unpack this archive somewhere and double click on the Install
  14. icon. The appropriate version of the client will automatically be
  15. installed.
  16.  
  17. --- License ---
  18.  
  19. This program is free software; you can redistribute it and/or modify it
  20. under the terms of the GNU General Public License as published by the Free
  21. Software Foundation; either version 2 of the License, or (at your option)
  22. any later version.
  23.  
  24. This program is distributed in the hope that it will be useful, but WITHOUT
  25. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  26. FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
  27. more details.
  28.  
  29. You should have received a copy of the GNU General Public License along
  30. with this program; if not, write to the Free Software Foundation, Inc., 675
  31. Mass Ave, Cambridge, MA 02139, USA.
  32.  
  33. --- About the client ---
  34.  
  35. This client lets XAD view and extract bzip (.bz) files, but _NOT_ bzip2
  36. (.bz2) files. bzip can only compress a single file, and cannot even
  37. remember what filename, date or uncompressed size the compressed file had.
  38. However, it compresses much better than gzip, which is what it intended to
  39. replace. You are most likely to find bzip used to compress tar files
  40. (.tar.bz or .tbz)
  41.  
  42. bzip is mostly the work of Julian Seward, and is an implementation of the
  43. Burrows-Wheeler block sorting compression algorithim, using MTF and
  44. arithmetic coding as other stages in compression.
  45.